From: Richard M. Stallman Date: Tue, 10 Jul 2007 03:49:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18013 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6d30f865e9fd8f90896d45557cdd02926cec4b00;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 95cac2b35f3..adc64b23a83 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,15 @@ +2007-07-08 Guanpeng Xu + + * search.c (Vinhibit_changing_match_data, search_regs_1): New vars. + (looking_at_1): Don't change search_regs and last_thing_searched + if `inhibit-changing-match-data' is non-nil. + (string_match_1, search_buffer, set_search_regs): Likewise. + (syms_of_search): Add Lisp level definition for + `inhibit-changing-match-data' and set it to nil. + (boyer_moore): If `inhibit-changing-match-data' is non-nil, + compute start and end of the match, instead of using values in + search_regs. + 2007-07-01 Stefan Monnier * minibuf.c (Fcompleting_read): New value `confirm-only'